- by-name assignment
- Военный термин: персональное назначение
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Assignment in Eternity — infobox Book | name = Assignment in Eternity title orig = translator = image caption = First Edition cover author = Robert A. Heinlein illustrator = cover artist = Ric Binkley country = United States language = English series = genre = Science… … Wikipedia
Assignment (computer science) — In computer programming, an assignment statement sets or re sets the value stored in the storage location(s) denoted by a variable name. In most imperative computer programming languages, assignment statements are one of the basic statements.… … Wikipedia
ASSIGNMENT (OF DEBT) — History and Development Basically, Jewish law did not recognize the concept whereby personal rights or obligations (whether arising from contract or from a liability for damages in tort) could be legally assigned, either by the creditor or the… … Encyclopedia of Judaism
Name-bearing type — Humans are members of the genus Homo, the name bearing type (more precisely, type genus) of the family Hominidae.[1] Under the … Wikipedia
Static single assignment form — In compiler design, static single assignment form (often abbreviated as SSA form or SSA) is an intermediate representation (IR) in which every variable is assigned exactly once. Existing variables in the original IR are split into versions , new… … Wikipedia
Changing legal gender assignment in Brazil — Laws concerning gender identity expression around the world. Legal identity change … Wikipedia
Drive letter assignment — is the process of assigning alphabetical identifiers to physical or logical disk drives or partitions (drive volumes) in the root filesystem namespace; this usage is now mostly found in Microsoft operating systems. Unlike the concept of UNIX… … Wikipedia
Single assignment — is used to describe a programming language or representation in which one cannot bind a value to a name if a value has already been bound to that name. In other words, a variable is initialized with (i.e. bound to) a value at the time that it is… … Wikipedia
Augmented assignment — (or compound assignment) is the name given to certain operators in certain programming languages (especially those derived from C). An augmented assignment is generally used to replace a statement where an operator takes a variable as one of its… … Wikipedia
equitable assignment — see assignment Merriam Webster’s Dictionary of Law. Merriam Webster. 1996. equitable assignment … Law dictionary
Definite assignment analysis — In computer science, definite assignment analysis is a data flow analysis used by compilers to conservatively ensure that a variable or location is always assigned to before it is used. Contents 1 Motivation 2 Terminology 3 The analysis … Wikipedia